projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fff3651
)
(with-selected-window): Add closing paren.
author
John Paul Wallington
<jpw@pobox.com>
Mon, 21 Jul 2003 18:03:06 +0000
(18:03 +0000)
committer
John Paul Wallington
<jpw@pobox.com>
Mon, 21 Jul 2003 18:03:06 +0000
(18:03 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 702a960ca41eee3997b64500537bb1b4b2cd0f69..67b9360f077bb94728e2e75350f93cbe2582b644 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-1639,7
+1639,7
@@
See also `with-temp-buffer'."
(set-frame-selected-window (car elt) (cadr elt))))
(if (window-live-p save-selected-window-window)
;; This is where the code differs from save-selected-window.
- (select-window save-selected-window-window 'norecord))))
+ (select-window save-selected-window-window 'norecord))))
)
(defmacro with-temp-file (file &rest body)
"Create a new buffer, evaluate BODY there, and write the buffer to FILE.